*{
	margin: 0;
	padding: 0;
}
img{
	vertical-align: middle;
}
ul,li{
	list-style: none;
}
a {
	text-decoration: none;
}
.span,p,img,label {
      cursor: pointer;
    }
.wrap{
	width: 100%;
	/* height: 100vh; */
	background: #f7f7f7 url(../../assets/sy-bg1.png) top center no-repeat;
	background-size: 100% 10%;
}
.container{
	width: 1400px;
	margin: 0 auto;
}
.flex{
	display: flex;
	justify-content: space-between;
}
.top{
	align-items: center;
	padding: 50px 0;
}
.logo{
	width: 24.71%;
}
.wz{
	width: 75%;
	position: relative;
}

.common {
	width: 100%;	
	color:   #FEEECA;
	font-size: 54px;
}

.newLists {
	/* width: 100% !important; */
}
.lists>p {
	width: 14.5% !important;
}


.nav{
	aligin-items:center;
	background: #DC1915;
	color: #FFFFFF;
	padding: 10px 20px 10px 0;
}
.l-nav{
	width: 90%;
	font-size: 18px;
	line-height: 30px;
}
.l-nav span{
	padding: 14px 2%;
	/* margin-right: 20px; */
}
.l-nav span.active{
	background:#DC1915;
}
.r-search{
	width: 10%;
	background: #FFFFFF;
	border-radius: 15px;
	padding: 5px 10px;
}
.r-search input{
	width: 84%;
	background: #FFFFFF;
	border: none;
	outline: none;
	font-size: 12px;
	color: #000000 !important;
}
.main{
	padding: 20px;
	background: #FFFFFF;
}
.top-news{
	position: relative;
	background: #ECF1F4 url(../../assets/jb.png) left top no-repeat;
	text-align: center;
	padding: 32px 0;
}
.top-news span{
	font-size: 20px;
	color: #FFFFFF;
	position: absolute;
	top: 6px;
	left: 1px;
	transform: rotateZ(-45deg);
}
.top-news h3{
	font-size: 40px;
	color: #dc1915;
}
.top-news p{
	font-size: 18px;
	color: #333333;
	margin-top: 30px;
}
.banner{
	background-color: #f7f7f7;
	padding: 10px 20px 0 0;
}
.box{
	width: 720px !important;
	height: 380px !important;
	max-width: 700px;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}
.box li{
	float: left;
	list-style: none;
}

.box ul {
	/* width: 100% !important; */
}
.box ul li{
	
	height: 380px;
}

.box ul li img {
	width: 100% !important;
}
.box ol.nav{
	background: transparent;
	width:200px;
	height: 20px;
	position: absolute;
	bottom: 0;
	left: 500px !important;
}
.box ol li{
	cursor:pointer;
	position: relative;
	margin-left: 15px;
	display: inline;
	width: 20px;
	height: 6px;
	background: #FFFFFF;
	border: 0.5px solid rgba(115,93,70,1);
}
.box ol .action{
	background: #735D46;
}
.box ol li:hover{
	background: #735D46;
}
.box ul{
	position: relative;
	left: 0;
}
.title img{
	margin-right: 10px;
}
.title span{
	padding: 10px;
	font-size: 26px;
	margin-right: 15px;
}
.title span.active{
	color: #1958B4;
	border-bottom: 1px solid #014FC0;
}
/* 轮播部分 */
.slider{
	width: 700px;
}
.sliderPage{
	margin-top: 25px;
}
.box {
	display: none;
}
.box:first-child {
	display: block;
}
.slides{
	width: 700px;
	height: 380px;
}
.list{
	width: 620px;
}
.title01{
	position: relative;
	padding: 10px 0;
	border-bottom: 1px solid #CCCCCC;
}
.title01 span{
	font-size: 26px;
	padding: 10px 0;
	margin-right: 30px;
}
.title01 span.active{
	padding-bottom: 8px;
	color: #1958B4;
	border-bottom: 2px solid #014FC0;
}

.title01 div{
	position: absolute;
	top: 10px;
	right: -28px;
	font-size: 16px;
	color: #014FC0;
	padding: 10px 0;
	margin-right: 30px;
}

.title01 div label {
	display: none;
}

.title01 div label:first-child {
	display: block;
}

.l-list li{
	line-height: 48px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}

.l-list>ul>li:hover {
	box-shadow: 4px 3px 7px;
}

.l-list>ul>li:hover p {
	color: red !important;
}

.l-list>ul>li:hover span {
	color: red !important;
}

.l-list>ul {
	display: none;
}

.l-list>ul:first-child {
	display: block;
}
.l-list li p{
	width: 72%;
	padding-left: 10px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333333;
}
.l-list li p::before{
	content: ' ';
	display: block;
	width: 4px;
	height: 4px;
	background: #CCCCCC;
	position: absolute;
	left: 0;
	top: 24px;
}
.dshf{
	margin-top: 20px;
        height: 189px;
}
.xydj{
	padding: 20px;
	background: #FFFFFF;
	margin-top: 20px;
}
.title02{
	position: relative;
}
.title02>img{
	margin-right: 10px;
	margin-bottom: 8px;
}
.title02 span{
	font-size: 32px;
	color: #014FC0;
	line-height: 44px;
	font-weight: 500;
}
.title02 .more{
	position: absolute;
	right: 0;
	top: 10px;
	display: none;
}
.link-l .more {
	float: right;
	margin-top: 16px;
}

.title02 .more:first-child {
	display: block;
}
.f-list{
	justify-content: flex-start;
	flex-wrap: wrap;
}
.xy-list:nth-child(3n+2){
	margin: 20px 16px 20px 16px;
}
.xy-list{
	width: 420px;
	height: 170px;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid rgba(238,238,238,1);
	background: #FFFFFF;
}
.xy-list1{
	/* flex-basis: 640px; */
	width: 640px;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid rgba(238,238,238,1);
	background: #FFFFFF;
}
.xy-list1:last-child{
	margin-left: 32px;
}
.title03{
	padding-bottom: 10px;
	border-bottom: 1px solid #EEEEEE;
	position: relative;
}
.title03>span{
	padding-bottom: 10px;
	position: relative;
}
.title03>span::after{
	content: ' ';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-image: linear-gradient(90deg, #014FC0 0%, #024FC0 44%, #FFFFFF 52%, #DD1A16 61%, #DC1915 100%);
}
.title03>.more1{
	position: absolute;
	right: 0;
	top: 10px;
}
/* 专题 */
.zt{
   padding: 0px 10px 20px 10px;
    background: #FFFFFF;
    margin-top: 20px;
    box-sizing: border-box;
  
}
.zt-title{
	text-align: center;
	font-size: 32px;
	font-weight: 500;
	width: 64px;
	padding: 20px 28px;
}
.zt-img {
  
width: 1360px;
    margin: auto;
    height: auto;
}

.kwbj{
	width: 300px;
}
.kwbj li p{
	width: 90%;
}
.kwbj:nth-child(3){
	margin-right: 16px;
}
.two{
	margin-top: 20px;
}
.wlxy{
	padding: 20px;
	background: #FFFFFF;
}
.wlxy>img{
	margin-top: 30px;
}
.link{
	margin-top: 20px;
}

body {
	background-color: #f7f7f7;
}

.opsrt {
	width: 1400px;
	margin: 0 auto;
	padding: 20px;
	background: #FFFFFF;
	box-sizing: border-box;
}

.link-l {
	width: 100%;
	height: 49px;
}

.link-l>div {
	float: left;
	height: 49px;
	margin-right: 30px;
}

.yqlj{
	display: flex;
	flex-wrap: wrap;
}
.yqlj>p{
	width: 7.5%;
	padding-left: 10px;
	font-size: 14px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333333;
	margin: 20px 0;
}

.yqlj>p>a {
	color: #333333 !important;
}
.yqlj>p::before{
	content: ' ';
	display: block;
	width: 4px;
	height: 4px;
	background: #CCCCCC;
	position: absolute;
	left: 0;
	top: 10px;
}
.foot{
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 24px;
	background-size: 100% 100%;
        background-color:#DC1915;
	padding: 26px 0;
	margin-top: 20px;
}
.fix{
	position: fixed;
	right: 0;
	top: 30vh;
	width: 140px;
	text-align: center;
}
.notice{
	background: #FFFFFF;
	padding: 10px;
	border-radius: 5px;
	line-height: 2rem;
}
.notice>div>h4{
	font-size: 18px;
	color: #014FC0;
	font-weight: 500;
}
.notice>div>p{
	width: 100%;
	text-align: left;
	font-size: 14px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 999;
        text-align:center;
}
/* .notice>div>p::before{
	content: ' ';
	display: block;
	width: 4px;
	height: 4px;
	background: #CCCCCC;
	position: absolute;
	left: 0;
	top: 12px;
} */

.notice>div>p img {
	width: 80px;
	height: 80px;
}

/* 内容页 */
.article-content {
	width: 100%;
	min-height: 500px;
	background-color: #FFFFFF;
	padding: 0px 20px;
	box-sizing: border-box;
}

.site-place {
	height: 40px;
	line-height: 40px;
	
}

.content {
	min-height: 500px;
}

.title {
	text-align: center;
	font-size: 22px;
	font-weight: 999;
}

.info {
	text-align: center;
	margin-top: 10px;
}

.menu .left ul>li>a {
	text-decoration: none;
	color: #0000EE;
}

.menu>.navBox>ul>li {
	height: 60px;
	line-height: 60px;
	text-align: center;
}

.current {
	background-color: #014FC0 !important;
}
.curr {
	color: #FFFFFF !important;
}

.site-place>span a {
	color: #000;
}

.list_top ul li a {
	color: #000;
}

.page a {
	color: #000 !important;
}

.chorut>div {
	/* display: none; */
}

/* .chorut>div:first-child {
	display: block;
} */

.nones {
	display: none;
}

/* #swiper-container4 .swiper-wrapper img{
	width: 32%;
} */

/* #swiper-container4 .swiper-wrapper {
	overflow: hidden;
} */
/* new 数字社院 */

.sliderBox {
	width: 100%;
	height: 290px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.sliderBox .slides {
	width: 1220px;
	margin: 20px auto;
}

.sliderBox .roundabout-moveable-item {
	height: 256px;
	width: 460px;
	cursor: pointer;
}

.sliderBox .roundabout-moveable-item img {
	height: 100%;
	width: 100%;
	margin: 0;
}

.sliderBox .roundabout-in-focus {
	cursor: auto;
}

.sliderBox .roundabout-holder {
	list-style: none;
	width: 998px;
	height: 256px;
	margin: 0px auto;
}

.sliderBox .btn_l,
.sliderBox .btn_l1 {
	position: absolute;
	left: 0;
	top: 100px;
}

.sliderBox .btn_r,
.sliderBox .btn_r1 {
	position: absolute;
	right: 0;
	top: 100px;
}